/*
 *  ApoctoObj - Converts Apocalypse graphics to Wavefront format
 *  Apocalypse object names
 *  Copyright (C) 2020 Christopher Bazley
 */

#ifndef APOCNAMES_H
#define APOCNAMES_H

const char *get_flat_name(int index);
const char *get_obj_name(int index);

#endif /* APOCNAMES_H */
